mla_name_conflict_reporting_action
mla_plugin_loader_reporting_action
MLA_BACKUP_DIR
MLA_DEBUG_LEVEL
MLA_OPTION_PREFIX
MLA_PLUGIN_BASENAME
MLA_PLUGIN_PATH
MLA_PLUGIN_URL
mla_name_conflict_reporting_action()
| since | 0.20 |
|---|
mla_plugin_loader_reporting_action()
| since | 1.14 |
|---|
Class MLA (Media Library Assistant) provides several enhancements to the handling of images and files held in the WordPress Media Library.
« More »Class MLA (Media Library Assistant) Data provides database and template file access for MLA needs
« More »Class MLA (Media Library Assistant) Edit contains meta boxes for the Edit Media (advanced-form-edit.php) screen
« More »Class MLA (Media Library Assistant) MIME filters WordPress MIME Type functions and supports the Views and Uploads Settings tabs
« More »Class MLA (Media Library Assistant) Modal contains enhancements for the WordPress 3.5+ Media Manager
« More »Class MLA (Media Library Assistant) Mutex provides a simple "mutual exclusion" semaphore for the [mla_gallery] mla_viewer=single option
« More »Class MLA (Media Library Assistant) Mutex provides a simple "mutual exclusion" semaphore for the [mla_gallery] mla_viewer=single option
« More »Class MLA (Media Library Assistant) Objects defines and manages custom taxonomies for Attachment Categories and Tags
« More »Class MLA (Media Library Assistant) Options manages the plugin option settings and provides functions to get and put them from/to WordPress option variables
« More »Class MLA (Media Library Assistant) PDF extracts legacy and XMP meta data from PDF files
« More »Class MLA (Media Library Assistant) Settings provides the settings page to edit the plugin option settings
« More »Class MLA (Media Library Assistant) Shortcodes defines the shortcodes available to MLA users
« More »Class MLA (Media Library Assistant) Stream Image provides PDF thumbnails for the [mla_gallery] mla_viewer.
« More »Class MLA (Media Library Assistant) Test provides basic run-time tests to ensure the plugin can run in the current WordPress envrionment.
« More »Class MLA (Media Library Assistant) Text Widget defines a shortcode-enabled version of the WordPress Text widget
« More »Class MLA (Media Library Assistant) Checklist Walker replaces term_id with slug in checklist output
« More »Class MLA (Media Library Assistant) List Table implements the "Assistant" admin submenu
« More »Class MLA (Media Library Assistant) Upload List Table implements the "Upload" admin settings tab
« More »Class MLA (Media Library Assistant) Upload Optional List Table implements the searchable database of exension/type associations for the "Uploads" admin settings tab
« More »Class MLA (Media Library Assistant) View List Table implements the "Views" admin settings tab
« More »Class MNA_Pad_Counts_Walker adds accurate, padded attachment counts to taxonomy terms.
« More »MLA_BACKUP_DIR
MLA_DEBUG_LEVEL
MLA_OPTION_PREFIX
MLA_PLUGIN_BASENAME
MLA_PLUGIN_PATH
MLA_PLUGIN_URL
custom_taxonomy_dropdown(string $taxonomy, string $orderby, string $order, string $limit, string $name, mixed $show_option_all, mixed $show_option_none) : void
| since | 1.00 |
|---|
stringTaxonomy slug
stringOrder by field
stringSort order
stringNot used
stringHTML name= value
mixedNULL/"Select All" label
mixedNULL/"Select None" label
custom_taxonomy_dropdown(string $taxonomy, string $orderby, string $order, string $limit, string $name, mixed $show_option_all, mixed $show_option_none, integer $selected) : void
| since | 1.00 |
|---|
stringTaxonomy slug
stringOrder by field
stringSort order
stringNot used
stringHTML name= value
mixedNULL/"Select All" label
mixedNULL/"Select None" label
integerIndex of the inital selection
mla_after_setup_theme_action() : void
mla_custom_terms_list(integer $ID, array $attr) : void
integerID of the post/page to generate terms for
arrayAttributes of the function: site_url, page_url, taxonomy
mla_paginated_term_gallery(array $attr) : integer
This function uses $wpdb functions for efficiency.
arrayAttributes of the function: page, taxonomy, term, post_mime_type, posts_per_page, current_page
mla_tag_gallery(array $attr) : void
arrayAttributes of the function: taxonomy, term
mla_taxonomy_terms_list(array $attr) : string
Best used with the Collapse-O-Matic plugin, which uses the [expand] shortcode to display an "accordian-style" list.
arrayAttributes of the function: taxonomy
mla_wp_title_filter(string $title, string $sep, string $seplocation) : string
stringThe default page title
stringHow to separate the various items within the page title
stringOptional. Direction to display title, 'right'.
stringupdated title value